ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ChartAxis<T> Class / OverlappingLabels Property






In This Topic
    OverlappingLabels Property (ChartAxis<T>)
    In This Topic
    Gets or sets a value indicating how to handle overlapped axis labels.
    Syntax
    'Declaration
     
    
    Public Property OverlappingLabels As AxisOverlappingLabels
    'Usage
     
    
    Dim instance As ChartAxis(Of T)
    Dim value As AxisOverlappingLabels
     
    instance.OverlappingLabels = value
     
    value = instance.OverlappingLabels
    public AxisOverlappingLabels OverlappingLabels {get; set;}
    public read-write property OverlappingLabels: AxisOverlappingLabels; 
    public function get,set OverlappingLabels : AxisOverlappingLabels
    public: __property AxisOverlappingLabels get_OverlappingLabels();
    public: __property void set_OverlappingLabels( 
       AxisOverlappingLabels value
    );
    public:
    property AxisOverlappingLabels OverlappingLabels {
       AxisOverlappingLabels get();
       void set (    AxisOverlappingLabels value);
    }
    See Also